.socialBody {
    width: 221px;
    position: fixed;
    margin-right: -156px;
    bottom: 50%;
    right: 0;
    height: 154px;
    z-index: 1000;
}



.AllIcons {
    float: left;
    width: 65px;
    /* margin-top: 20px; */
    border-top: 3px solid #1d1160;
    border-bottom: 3px solid #1d1160;
}

    .AllIcons > li.active > a,
    .AllIcons > li.active > a:hover,
    .AllIcons > li.active > a:focus,
    .AllIcons > li > a:hover,
    .AllIcons > li > a:focus {
        /* background-color: transparent; */
        border: 0;
        color: #333;
        text-align: center;
    }

    .AllIcons > li.active > a {
        border-left: 1px !important;
    }

    .AllIcons > li > a {
        /* margin-right: 0; */
        text-decoration: none;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        color: #333;
        font-size: 10px;
        padding: 7px 5px;
    }

        .AllIcons > li > a > i {
            display: block;
            color: #1d1160;
            font-size: 20px;
        }

.socialContent {
    height: 154px;
    float: left;
    width: 155px;
    border: 1px solid #D7D7D7;
    background-color: #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 0;
}

.icons {
    height: 51px;
    margin-bottom: 0 !important;
    cursor: pointer;
    clear: left;
    text-align: center;
    width: 100%;
    margin: 0;
    background-color: #d7d7d7;
    /* border-right: 1px solid #d7d7d7; */
    border-top: 1px solid #d7d7d7;
    background: -moz-linear-gradient(left,#ddd 0,#fff 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ddd),color-stop(100%,#fff));
    background: -webkit-linear-gradient(left,#ddd 0,#fff 100%);
    background: -o-linear-gradient(left,#ddd 0,#fff 100%);
    background: -ms-linear-gradient(left,#ddd 0,#fff 100%);
    background: linear-gradient(to right,#ddd 0,#fff 100%);
    border-left: 1px solid #d7d7d7;
}

    .icons:hover {
        background: -moz-linear-gradient(left,#ddd 0,#fff 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ddd),color-stop(100%,#fff));
        background: -webkit-linear-gradient(left,#ddd 0,#fff 100%);
        background: -o-linear-gradient(left,#ddd 0,#fff 100%);
        background: -ms-linear-gradient(left,#ddd 0,#fff 100%);
        background: linear-gradient(to right,#ddd 0,#fff 100%);
    }

.socialBody .dropdown-menu {
    right: 65px;
    left: auto;
    min-width: 110px;
    padding: 0;
    top: 0;
    border: 0;
    border-top: 3px solid #1d1160;
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, .175);
    box-shadow: 0 0px 4px rgba(0, 0, 0, .175);
}

.socialBody .dropdown .parent-menu {
    background-color: #fff !important;
    padding: 4px;
    border-radius: 0;
}

.socialBody .dropdown:hover .parent-menu {
    display: block;
}


.socialBody .parent-menu > li {
    display: block;
    border: 0;
    cursor: pointer;
}

    .socialBody .parent-menu > li > a {
        display: block;
        border-radius: 0;
        text-align: left;
        cursor: pointer;
        font-weight: 100;
        background-color: #fff;
        border: 0;
        /* padding: 4px; */
        font-size: 12px;
        color: #555;
        padding-left: 1px;
    }

        .socialBody .parent-menu > li > a:hover {
            background-color: #f5f5f5;
        }



@media (max-width: 768px) {

    .socialBody {
        width: 100%;
        position: fixed;
        margin-right: 0px;
        bottom: 0;
        right: 0;
        height: auto;
        z-index: 1000;
    }

    .AllIcons {
        float: none;
        margin-top: 0;
        border-top: 3px solid #1d1160;
        border-bottom: 3px solid #1d1160;
        width: 100%;
    }

    .icons {
        /* height: 51px; */
        margin-bottom: 0 !important;
        cursor: pointer;
        clear: left;
        text-align: center;
        width: 25% !important;
        margin: 0;
        display: block !important;
        float: right !important;
        background-color: #d7d7d7;
        /* border-right: 1px solid #d7d7d7; */
        border-top: 1px solid #d7d7d7;
        background: -moz-linear-gradient(left,#ddd 0,#fff 100%);
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ddd),color-stop(100%,#fff));
        background: -webkit-linear-gradient(left,#ddd 0,#fff 100%);
        background: -o-linear-gradient(left,#ddd 0,#fff 100%);
        background: -ms-linear-gradient(left,#ddd 0,#fff 100%);
        background: linear-gradient(to right,#ddd 0,#fff 100%);
        border-left: 1px solid #d7d7d7;
    }

    .socialBody .dropdown-menu {
        right: auto;
        left: 1px;
        min-width: 110px;
        padding: 0;
        bottom: 53px;
        top: auto;
        border: 0;
        border-top: 3px solid #1d1160;
        -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, .175);
        box-shadow: 0 0px 4px rgba(0, 0, 0, .175);
    }

    .AllIcons > li > a {
        /* margin-right: 0; */
        text-decoration: none;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        color: #333;
        font-size: 13px;
        padding: 6px 5px;
        font-weight: normal;
    }
    body {
        padding-bottom: 57px;
    }
}
